home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / dtype / txtdt392.rea < prev    next >
Text File  |  1995-11-15  |  2KB  |  58 lines

  1. Short:    V39.2 patches text.datatype to support searching
  2. Author:   ruppert@goofy.zdv.uni-mainz.de
  3. Uploader: ruppert@goofy.zdv.uni-mainz.de
  4. Type:     util/dtype
  5.  
  6. textdtpatch                                                        textdtpatch
  7.  
  8.     NAME
  9.         textdtpatch - patches the text.datatype to support search method
  10.  
  11.     VERSION
  12.         39.2
  13.  
  14.     TEMPLATE
  15.         none
  16.  
  17.     REQUIREMENT
  18.         reqtools.library V38, OS3.0 or higher
  19.  
  20.     FUNCTION
  21.         This program patches the text.datatype, so that the new one can
  22.         search for a string. Now it can search by four different ways :
  23.         1. case sensetive match like strncmp(). Button "Case".
  24.         2. case insensetive match like Strnicmp(). Button "NoCase".
  25.         3. case sensetive pattern using MatchPattern(). Button "Pattern".
  26.         4. case insensetive pattern  using MatchPatternNoCase().
  27.            Button "PatternNoCase".
  28.         The following key commands are supported :
  29.  
  30.         Return (STM_ACTIVATE_FIELD) - opens a reqtools requester to enter
  31.             the search string and searches for that if confirmed.
  32.  
  33.         Tab (STM_NEXT_FIELD) , '>' (STM_BROWSE_NEXT) searches for the next
  34.             occurrence of the string.
  35.  
  36.         Shift-Tab (STM_PREV_FIELD) , '<' (STM_BROWSE_PREV) searches for the
  37.             previous occurrence of the string.
  38.  
  39.     INSTALLATION
  40.         1. Copy textdtpatch to your c: or anywhere you like.
  41.         2. Add in your S:User-Startup following line:
  42.            run >nil: c:textdtpatch
  43.         3. To terminate textdtpatch send a break (Ctrl-C).
  44.  
  45.     SEE ALSO
  46.         text.datatype
  47.  
  48.     AUTHOR
  49.         Stefan Ruppert
  50.         Windthorststrasse 5
  51.         65439 Floersheim Main
  52.         GERMANY
  53.         EMail: ruppert@goofy.zdv.uni-mainz.de
  54.                i511@informatik.fh-wiesbaden.de
  55.         WWW:   http://www.uni-mainz.de/~ruppert/
  56.  
  57.  
  58.